home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / teachtol / dict.zip / The Dictator.exe / 0 / RCDATA / TOPTIONFORM / TOPTIONFORM.txt
Text File  |  1997-02-01  |  6KB  |  284 lines

  1. object OptionForm: TOptionForm
  2.   Left = 398
  3.   Top = 193
  4.   BorderStyle = bsDialog
  5.   Caption = 'OptionForm'
  6.   ClientHeight = 347
  7.   ClientWidth = 444
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object WhenDictatingLabel: TLabel
  17.     Left = 21
  18.     Top = 16
  19.     Width = 141
  20.     Height = 23
  21.     Caption = 'When Dictating...'
  22.     Font.Color = clBlack
  23.     Font.Height = -16
  24.     Font.Name = 'Comic Sans MS'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 425
  32.     Height = 153
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 8
  36.     Top = 176
  37.     Width = 425
  38.     Height = 97
  39.   end
  40.   object Label4: TLabel
  41.     Left = 40
  42.     Top = 240
  43.     Width = 100
  44.     Height = 20
  45.     Caption = 'Wav Quality:'
  46.     Font.Color = clBlack
  47.     Font.Height = -16
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object Label1: TLabel
  53.     Left = 200
  54.     Top = 128
  55.     Width = 89
  56.     Height = 23
  57.     Caption = 'How Many Words?'
  58.     Font.Color = clBlack
  59.     Font.Height = -16
  60.     Font.Name = 'Comic Sans MS'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Label2: TLabel
  65.     Left = 24
  66.     Top = 184
  67.     Width = 232
  68.     Height = 23
  69.     Caption = 'When Entering New Words...'
  70.     Font.Color = clBlack
  71.     Font.Height = -16
  72.     Font.Name = 'Comic Sans MS'
  73.     Font.Style = []
  74.     ParentFont = False
  75.   end
  76.   object Label3: TLabel
  77.     Left = 224
  78.     Top = 208
  79.     Width = 71
  80.     Height = 25
  81.     Caption = 'Seconds'
  82.     Font.Color = clBlack
  83.     Font.Height = -16
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.   end
  88.   object NumberOfGuessesGroup: TRadioGroup
  89.     Left = 24
  90.     Top = 48
  91.     Width = 136
  92.     Height = 105
  93.     Caption = 'How Many Tries?'
  94.     ItemIndex = 0
  95.     Items.Strings = (
  96.       'One Try'
  97.       'Two Tries'
  98.       'Three Tries'
  99.       'Unlimited')
  100.     TabOrder = 0
  101.   end
  102.   object OrderGroup: TRadioGroup
  103.     Left = 208
  104.     Top = 32
  105.     Width = 113
  106.     Height = 89
  107.     Caption = 'Order of Dictation'
  108.     ItemIndex = 0
  109.     Items.Strings = (
  110.       'Randomly'
  111.       'Alphabet Order'
  112.       'By-Entrance')
  113.     TabOrder = 1
  114.   end
  115.   object OkBut: TBitBtn
  116.     Left = 53
  117.     Top = 304
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'OK'
  121.     Font.Color = clBlack
  122.     Font.Height = -19
  123.     Font.Name = 'Century Gothic'
  124.     Font.Style = [fsBold, fsItalic]
  125.     ModalResult = 1
  126.     ParentFont = False
  127.     TabOrder = 2
  128.     OnClick = OkButClick
  129.   end
  130.   object CancelBut: TBitBtn
  131.     Left = 141
  132.     Top = 304
  133.     Width = 84
  134.     Height = 25
  135.     Caption = 'Cancel'
  136.     Font.Color = clBlack
  137.     Font.Height = -19
  138.     Font.Name = 'Century Gothic'
  139.     Font.Style = [fsBold, fsItalic]
  140.     ModalResult = 2
  141.     ParentFont = False
  142.     TabOrder = 3
  143.   end
  144.   object UpDown1: TUpDown
  145.     Left = 345
  146.     Top = 128
  147.     Width = 12
  148.     Height = 23
  149.     Associate = NumberOfWordsEdit
  150.     Min = 1
  151.     Position = 1
  152.     TabOrder = 4
  153.     Wrap = False
  154.   end
  155.   object NumberOfWordsEdit: TEdit
  156.     Tag = 1
  157.     Left = 288
  158.     Top = 128
  159.     Width = 57
  160.     Height = 23
  161.     Font.Color = clBlack
  162.     Font.Height = -13
  163.     Font.Name = 'Copperplate Gothic Bold'
  164.     Font.Style = [fsBold]
  165.     MaxLength = 3
  166.     ParentFont = False
  167.     TabOrder = 5
  168.     Text = '1'
  169.     OnExit = NumberOfWordsEditExit
  170.   end
  171.   object GiveGradeBox: TCheckBox
  172.     Left = 336
  173.     Top = 42
  174.     Width = 73
  175.     Height = 17
  176.     Caption = 'Give grade'
  177.     State = cbChecked
  178.     TabOrder = 6
  179.   end
  180.   object DefaultRestoreButton: TBitBtn
  181.     Left = 256
  182.     Top = 304
  183.     Width = 153
  184.     Height = 25
  185.     Caption = 'Restore Defaults'
  186.     Font.Color = clBlack
  187.     Font.Height = -19
  188.     Font.Name = 'Century Gothic'
  189.     Font.Style = [fsBold, fsItalic]
  190.     ParentFont = False
  191.     TabOrder = 7
  192.     OnClick = DefaultRestoreButtonClick
  193.   end
  194.   object UseAllWords: TCheckBox
  195.     Left = 336
  196.     Top = 64
  197.     Width = 89
  198.     Height = 17
  199.     Caption = 'Use all words'
  200.     TabOrder = 8
  201.     OnClick = UseAllWordsClick
  202.   end
  203.   object CaseSens: TCheckBox
  204.     Left = 336
  205.     Top = 88
  206.     Width = 89
  207.     Height = 17
  208.     Caption = 'Case sensitive'
  209.     TabOrder = 9
  210.   end
  211.   object RecWave: TCheckBox
  212.     Left = 336
  213.     Top = 184
  214.     Width = 91
  215.     Height = 17
  216.     Caption = 'Record Wave'
  217.     State = cbChecked
  218.     TabOrder = 10
  219.     OnClick = RecWaveClick
  220.   end
  221.   object SecRec: TCheckBox
  222.     Left = 40
  223.     Top = 208
  224.     Width = 113
  225.     Height = 25
  226.     Caption = 'Record for : '
  227.     Font.Color = clBlack
  228.     Font.Height = -13
  229.     Font.Name = 'MS Sans Serif'
  230.     Font.Style = [fsBold]
  231.     ParentFont = False
  232.     State = cbChecked
  233.     TabOrder = 11
  234.     OnClick = SecRecClick
  235.   end
  236.   object SecEdit: TEdit
  237.     Left = 160
  238.     Top = 208
  239.     Width = 47
  240.     Height = 24
  241.     Font.Color = clWindowText
  242.     Font.Height = -13
  243.     Font.Name = 'MS Sans Serif'
  244.     Font.Style = [fsBold]
  245.     MaxLength = 2
  246.     ParentFont = False
  247.     TabOrder = 12
  248.     Text = '2'
  249.     OnExit = SecEditExit
  250.   end
  251.   object UpDown2: TUpDown
  252.     Left = 207
  253.     Top = 208
  254.     Width = 12
  255.     Height = 24
  256.     Associate = SecEdit
  257.     Min = 1
  258.     Max = 60
  259.     Position = 2
  260.     TabOrder = 13
  261.     Wrap = False
  262.   end
  263.   object QualList: TComboBox
  264.     Left = 160
  265.     Top = 240
  266.     Width = 161
  267.     Height = 24
  268.     Style = csDropDownList
  269.     Font.Color = clWindowText
  270.     Font.Height = -13
  271.     Font.Name = 'MS Sans Serif'
  272.     Font.Style = []
  273.     ItemHeight = 16
  274.     Items.Strings = (
  275.       'Telephone (11 Kb/Sec)'
  276.       'Radio (22 Kb/Sec)'
  277.       'CD (172 Kb/Sec)')
  278.     ParentFont = False
  279.     ParentShowHint = False
  280.     ShowHint = False
  281.     TabOrder = 14
  282.   end
  283. end
  284.